home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / NETCOM.NAV < prev    next >
Text File  |  1995-12-14  |  727b  |  29 lines

  1. ;Netcom service provider
  2. ;
  3. ; If you make a change to this file you should change the name (line above)
  4. ; and copy it into the scripts directory (in case you change scripts).
  5. ;
  6. set TelnetCommand=telnet \{System} \{Port}\r\n
  7. set CRLFProcessing=0
  8. ;
  9. ; This option selects an alternate method of sending mail if you are having
  10. ; problems with SMTP posting.  You must place this line somewhere in the
  11. ; [Switches] section of your Eudora.ini file.
  12. ; UsePOPSend=1
  13. ;
  14. cancelon "NO CARRIER"BUSY"NO DIALTONE"Login incorrect"
  15. ;
  16. send ATDT {DialNumber}\r
  17. waitfor CONNECT
  18. ;
  19. waitfor login:
  20. send {DialLogin}\r
  21. waitfor Password:
  22. send {DialPass}\r
  23. waitfor "(vt100)"}"
  24. send \r
  25. waitfor }
  26. send exec srialpop\r
  27. waitfor %
  28. ;
  29.